encoding/xml.printer.depth (field)

4 uses

	encoding/xml (current package)
		marshal.go#L326: 	depth      int
		marshal.go#L1050: 		p.depth--
		marshal.go#L1066: 		for i := 0; i < p.depth; i++ {
		marshal.go#L1071: 		p.depth++